Session Tab
Table 11: Configuration dialog: Session
Label | Parameter | Description |
---|---|---|
⎕IO | Default_IO | The default value of ⎕IO in a clear ws. |
⎕ML | Default_ML | The default value of ⎕ML in a clear ws |
⎕PP | Default_PP | The default value of ⎕PP in a clear ws. |
⎕RTL | Default_RTL | The default value of ⎕RTL in a clear ws. |
⎕DIV | Default_DIV | The default value of ⎕DIV in a clear ws. |
⎕WX | Default_WX | The default value of ⎕WX in a clear ws. |
Auto PW | Auto_PW | If checked, the value of ⎕PW is dynamic and depends on the width of the Session Window. |
Input buffer size | Input_Size | The size of the buffer used to store marked lines (lines awaiting execution) in the Session. |
History size | History_Size | The size of the buffer used to store previously entered (input) lines in the Session |
PFKey buffer size | PFKey_Size | The size of the buffer used to store PFKey definitions (⎕PFKEY) |
Confirm on Deletion from Session log | Confirm_Session_Delete | Specifies whether or not you are prompted to confirm the deletion of a line from the Session (and Session log). |
Session log size | Log_Size | The size of the Session log buffer. |
Session file | Session_File | The name of the Session file in which the definition of your session (⎕SE) is stored. |
Use log file | Log_File_InUse | Specifies whether or not the Session log is saved in a session log file |
Use log file | Log_File | The full pathname of the Session log file |
Extended Multiline Input (experimental) | Dyalog_LineEditor_Mode | Specifies whether or not multi-line input is enabled in the Session. |
Note: The value of size-related values defined in the above table is specified as an integer value followed by one of K, M, G, T, P or E. The default, where no character is included, is K (Kilobytes).